projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2365c02
)
(read_avail_input): Test both aix386 and _BSD.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Apr 1994 20:13:34 +0000
(20:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Apr 1994 20:13:34 +0000
(20:13 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 7d1679b8561be148e4798c6105397e0acc25259f..434d019c6e04e935426e1d02a16b7223b8ca89d9 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3347,7
+3347,7
@@
read_avail_input (expected)
#else
nread = read (fileno (stdin), cbuf, n_to_read);
#endif
-#if defined (AIX) &&
defined (_BSD
)
+#if defined (AIX) &&
(! defined (aix386) && defined (_BSD)
)
/* The kernel sometimes fails to deliver SIGHUP for ptys.
This looks incorrect, but it isn't, because _BSD causes
O_NDELAY to be defined in fcntl.h as O_NONBLOCK,